gl texture: fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Thu, 24 Jan 2019 03:33:44 +0000 (22:33 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 24 Jan 2019 03:33:44 +0000 (22:33 -0500)
gdk/gdkgltexture.c

index e110b6670bf99946302ee4ce7f5b479de0c3049f..5688513528d70090ba0a33e199200234a5252717 100644 (file)
@@ -189,7 +189,7 @@ gdk_gl_texture_release (GdkGLTexture *self)
  *
  * Note that the GL texture must not be modified until @destroy is called,
  * which will happen when the GdkTexture object is finalized, or due to
- * an explicit call of gdk_texture_release_gl().
+ * an explicit call of gdk_gl_texture_release().
  *
  * Return value: (transfer full): A newly-created #GdkTexture
  */